home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global IFLCanChange, GESDesOnStage, GESWhichXplor
- go(the frame)
- case GESWhichXplor of
- 0:
- GESExplorePc()
- 1:
- GESInsideSystem()
- 2:
- GESExplorePrinters()
- 3:
- GESExploreNoteBook()
- end case
- if the mouseUp then
- set IFLCanChange to 1
- end if
- if (GESDesOnStage = 0) or (GESDesOnStage = 2) then
- ADDAdvertBreak(6)
- else
- set the locH of sprite 48 to 2000
- updateStage()
- end if
- case GESWhichXplor of
- 0:
- GESQuitCD()
- 1:
- GESQuitCD()
- 2:
- GESQuitCD()
- 3:
- GESnoteQuitCD()
- end case
- IFLsectionWordAnimate()
- end
-